9.5.8 ahf schedule

Use the ahf schedule advise-time command to identify the optimal low-load time window for running Exachk.

Syntax: ahf schedule

ahf schedule advise-time --component COMPONENT [--busy-time --from HH:MM --to HH:MM] --window MINUTES
Action Description

advise-time

Excludes specified time ranges from low-load window analysis to avoid scheduling during production or maintenance periods.

Options Description

--component

Specifies the target component. Currently, the only supported value is compliance.

--busy-time

Indicates that a time range should be excluded from scheduling.

--from

Start time (in HH:MM format) of the busy period to exclude.

--to

End time (in HH:MM format) of the busy period to exclude.

--window

Minimum duration (in minutes) required for the low-load window.

Example 9-129 ahf schedule advise-time

ahf schedule advise-time --component compliance --busy-time --from 14:30 --to 15:30 --window 45

This command identifies a suitable time window of at least 45 minutes for running Exachk, excluding the specified busy period between 14:30 and 15:30.